home *** CD-ROM | disk | FTP | other *** search
-
- Play script format
- (c) 1991 Trilobyte
-
- Play scripts must have as there first line the word SCRIPT in caps, this
- identifies the file as a script.
-
- Comments may be added to the file by making the very first character of the
- line a ; mark.
-
- Animation command lines can be added after this. The screen will not change
- modes until the very last script is played.
-
- For instance the following is a valid script:
- SCRIPT
- ;
- ; Look scripts for play!!!!!
- ;
- ; play main.flc at speed 1, in VESA 1024x768 mode and loop twice
- main.flc -s1 -m4 -l2
- ;
- ;
- ; play the final animation
- end.flc
-
-
-
-